summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authorSimon2011-03-14 16:17:48 +0100
committerSimon2011-03-14 16:17:48 +0100
commitd583d0071274a8843b3a3cd7b7ec72d5a9942f53 (patch)
tree6fd2437ddefc93f94c0fbc3b1edcedcab02dd04a /application/modules/fbgui/views
parentApplication in 3 Modules gesplittet, Dev = unsere entwicklungsumgebung, user ... (diff)
downloadpbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.tar.gz
pbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.tar.xz
pbs2-d583d0071274a8843b3a3cd7b7ec72d5a9942f53.zip
Zweiter push um die änderungen hinzuzufügen, Trennung der Ansichten
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml43
1 files changed, 43 insertions, 0 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
new file mode 100644
index 0000000..4b38f0a
--- /dev/null
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -0,0 +1,43 @@
+<style>
+ a:link,
+ a:visited
+ {
+ color: #0398CA;
+ }
+
+ span#zf-name
+ {
+ color: #91BE3F;
+ }
+
+ div#welcome
+ {
+ color: #FFFFFF;
+ background-image: url(http://framework.zend.com/images/bkg_header.jpg);
+ width: 600px;
+ height: 400px;
+ border: 2px solid #444444;
+ overflow: hidden;
+ text-align: center;
+ }
+
+ div#more-information
+ {
+ background-image: url(http://framework.zend.com/images/bkg_body-bottom.gif);
+ height: 100%;
+ }
+</style>
+<div id="welcome">
+ <h1>Welcome to the <span id="zf-name">Zend Framework!</span></h1>
+
+ <h3>This is your project's main page</h3>
+
+ <div id="more-information">
+ <p><img src="http://framework.zend.com/images/PoweredBy_ZF_4LightBG.png" /></p>
+ <p>
+ Helpful Links: <br />
+ <a href="http://framework.zend.com/">Zend Framework Website</a> |
+ <a href="http://framework.zend.com/manual/en/">Zend Framework Manual</a>
+ </p>
+ </div>
+</div> \ No newline at end of file