OSDN Git Service

add ACS webapp, sql, htdocs
[acs/acs.git] / webapp / modules / Public / templates / Index.php
diff --git a/webapp/modules/Public/templates/Index.php b/webapp/modules/Public/templates/Index.php
new file mode 100644 (file)
index 0000000..cab0acc
--- /dev/null
@@ -0,0 +1,20 @@
+<?php
+// $Id: Index.tpl.php,v 1.5 2006/12/18 07:42:14 w-ota Exp $
+?>
+<table class="common_table">
+<tr><td valign="top" width="680px">
+<?php echo $this->_tpl_vars['NewPressRelease']; ?>
+</td></tr>
+<tr><td valign="top" width="680px">
+<?php echo $this->_tpl_vars['NewOpenDiary']; ?>
+</td></tr>
+<tr><td valign="top" width="680px">
+<?php echo $this->_tpl_vars['NewCommunity']; ?>
+</td></tr>
+<tr><td valign="top" width="680px">
+<?php echo $this->_tpl_vars['CommunityRanking']; ?>
+</td></tr>
+<tr><td valign="top" width="680px">
+<?php echo $this->_tpl_vars['UserRanking']; ?>
+</td></tr>
+</table>