OSDN Git Service

fix to template file bug
author“nanbuwks” <“nanbuwks-sourceforge@nanbu.com”>
Tue, 30 Mar 2010 02:20:08 +0000 (11:20 +0900)
committer“nanbuwks” <“nanbuwks-sourceforge@nanbu.com”>
Tue, 30 Mar 2010 02:20:08 +0000 (11:20 +0900)
package/var/squarantine/www/templates/1.使用禁止.html
package/var/squarantine/www/templates/128.利用可能.html
package/var/squarantine/www/templates/16.初期化.html
package/var/squarantine/www/templates/2.使用停止.html
package/var/squarantine/www/templates/32.強制削除.html
package/var/squarantine/www/templates/4.保留.html
package/var/squarantine/www/templates/64.削除.html
package/var/squarantine/www/templates/8.強制フォーマット.html

index cddde50..69ab679 100644 (file)
@@ -14,7 +14,7 @@
 <h1>このUSBデバイスは使用禁止です</h1>
 
 <b>詳細は以下のボタンから確認してください</b>
-<form action="##WEBPATH##regist.php" method="POST">
+<form action="##WEBROOT##regist.php" method="POST">
 <input type="submit">
 <input type="hidden" name="id" value="##ID##">
 <input type="hidden" name="mode" value="1">
index da7c8b8..26f9f72 100644 (file)
@@ -14,7 +14,7 @@
 <h1>このUSBデバイスは信頼済み(管理者用)として登録されています</h1>
 
 <b>詳細は以下のボタンから確認してください</b>
-<form action="##WEBPATH##regist.php" method="POST">
+<form action="##WEBROOT##regist.php" method="POST">
 <input type="submit">
 <input type="hidden" name="_id" value="##ID##">
 <input type="hidden" name="mode" value="8">
index f923382..dd71ae0 100644 (file)
@@ -14,7 +14,7 @@
 <h1>このUSBデバイスを今からフォーマットします</h1>
 
 <b>以下のボタンを押して開始してください</b>
-<form action="##WEBPATH##regist.php" method="POST">
+<form action="##WEBROOT##regist.php" method="POST">
 <input type="submit">
 <input type="hidden" name="id" value="##ID##">
 <input type="hidden" name="mode" value="16">
index c8522f8..b78e79c 100644 (file)
@@ -14,7 +14,7 @@
 <h1>このUSBデバイスは使用停止中です</h1>
 
 <b>詳細は以下のボタンから確認してください</b>
-<form action="##WEBPATH##regist.php" method="POST">
+<form action="##WEBROOT##regist.php" method="POST">
 <input type="submit">
 <input type="hidden" name="id" value="##ID##">
 <input type="hidden" name="mode" value="2">
index c2d585d..e22c9f7 100644 (file)
@@ -14,7 +14,7 @@
 <h1>このUSBデバイスは実行ファイルの強制削除動作が登録されています</h1>
 
 <b>詳細は以下のボタンから確認してください</b>
-<form action="##WEBPATH##regist.php" method="POST">
+<form action="##WEBROOT##regist.php" method="POST">
 <input type="submit">
 <input type="hidden" name="_id" value="##ID##">
 <input type="hidden" name="mode" value="8">
index 7a1d248..1116105 100644 (file)
@@ -14,7 +14,7 @@
 <h1>このUSBデバイスの処理は保留中です</h1>
 
 <b>詳細は以下のボタンから確認してください</b>
-<form action="##WEBPATH##regist.php" method="POST">
+<form action="##WEBROOT##regist.php" method="POST">
 <input type="submit">
 <input type="hidden" name="id" value="##ID##">
 <input type="hidden" name="mode" value="4">
index 54b3454..ea427e1 100644 (file)
@@ -15,7 +15,7 @@
 
 
 <b>以下のボタンを押して開始してください</b>
-<form action="##WEBPATH##regist.php" method="POST">
+<form action="##WEBROOT##regist.php" method="POST">
 <input type="submit">
 <input type="hidden" name="id" value="##ID##">
 <input type="hidden" name="mode" value="64">
index 9093b07..164813f 100644 (file)
@@ -14,7 +14,7 @@
 <h1>このUSBデバイスは強制フォーマットとして登録されています</h1>
 
 <b>詳細は以下のボタンから確認してください</b>
-<form action="##WEBPATH##regist.php" method="POST">
+<form action="##WEBROOT##regist.php" method="POST">
 <input type="submit">
 <input type="hidden" name="_id" value="##ID##">
 <input type="hidden" name="mode" value="8">