35 lines
922 B
JavaScript
35 lines
922 B
JavaScript
function GotoUrlTech() {
|
|
window.open("https://rms.rmto.ir/reports/technical", "_blank")
|
|
}
|
|
|
|
function GotoUrldanger() {
|
|
window.open("https://rms.rmto.ir/reports/dangerpoint", "_blank")
|
|
}
|
|
|
|
function GotoUrlupgrade() {
|
|
window.open("https://rms.rmto.ir/reports/upgradesaifty", "_blank")
|
|
}
|
|
|
|
function GotoUrltoll() {
|
|
window.open("https://rms.rmto.ir/reports/tollhouse", "_blank")
|
|
}
|
|
|
|
function GotoUrlvilage() {
|
|
window.open("https://rms.rmto.ir/reports/village", "_blank")
|
|
}
|
|
|
|
function GotoUrlmaintanance() {
|
|
window.open("https://rms.rmto.ir/reports/maintanance", "_blank")
|
|
}
|
|
|
|
function GotoUrlroaditem1() {
|
|
window.open("https://rms.rmto.ir/reports/roaditem1", "_blank")
|
|
}
|
|
|
|
function GotoUrlroaditem2() {
|
|
window.open("https://rms.rmto.ir/reports/roaditem2", "_blank")
|
|
}
|
|
|
|
function GotoUrlroaditem3() {
|
|
window.open("https://rms.rmto.ir/reports/roaditem3", "_blank")
|
|
} |