OSDN Git Service

add ACS webapp, sql, htdocs
[acs/acs.git] / webapp / modules / Community / templates / DeleteBBS.tpl.php
diff --git a/webapp/modules/Community/templates/DeleteBBS.tpl.php b/webapp/modules/Community/templates/DeleteBBS.tpl.php
new file mode 100644 (file)
index 0000000..c08a50e
--- /dev/null
@@ -0,0 +1,28 @@
+<?php
+/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
+// +----------------------------------------------------------------------+
+// | PHP version 4                                                        |
+// +----------------------------------------------------------------------+
+// | Authors: akitsu 2006/2/23 ver1.0                                     |
+// |ºï½ü°Õ»×¤ò³Îǧ¤¹¤ë¤¿¤á¤Î¥À¥¤¥¢¥í¥°                                    |
+// +----------------------------------------------------------------------+
+//
+// $Id: DeleteBBS.tpl.php,v 1.0
+?>
+
+<div class="sub_title">
+       <?= ACSMsg::get_msg("Community", "DeleteBBS.tpl.php",'M001') ?>
+</div>
+<br><br>
+
+<div class="confirm_msg">
+       <?= ACSMsg::get_msg("Community", "DeleteBBS.tpl.php",'M002') ?><br>
+       <?= ACSMsg::get_msg("Community", "DeleteBBS.tpl.php",'M003') ?><br>
+       <?= ACSMsg::get_msg("Community", "DeleteBBS.tpl.php",'M004') ?><br><br>
+       <?= ACSMsg::get_msg("Community", "DeleteBBS.tpl.php",'M005') ?><br><br>
+</div>
+
+<form name="delete_file" action="<?= $this->_tpl_vars['delete_bbs_url'] ?>" method="post" enctype="multipart/form-data">
+       <input type="submit" value="<?= ACSMsg::get_msg("Community", "DeleteBBS.tpl.php",'M006') ?>">&nbsp;
+       <input type="button" value="<?= ACSMsg::get_msg("Community", "DeleteBBS.tpl.php",'M007') ?>" onclick="location.href='<?= $this->_tpl_vars['back_url'] ?>'">
+</form>