OSDN Git Service

add ACS webapp, sql, htdocs
[acs/acs.git] / webapp / modules / User / views / IndexErrorView.class.php
diff --git a/webapp/modules/User/views/IndexErrorView.class.php b/webapp/modules/User/views/IndexErrorView.class.php
new file mode 100644 (file)
index 0000000..492b231
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+/**
+ * ¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¥Ú¡¼¥¸ (¥¨¥é¡¼)
+ *
+ * @author  kuwayama
+ * @version $Revision: 1.1 $ $Date: 2006/03/13 08:30:33 $
+ */
+class IndexErrorView extends BaseView
+{
+       function execute() {
+
+               $this->setScreenId("0001");
+               $this->setTemplate('Index_error.tpl.php');
+               return parent::execute();
+       }
+}
+?>