~jamalta/dandjit/trunk

« back to all changes in this revision

Viewing changes to application/views/scripts/index/index.phtml

  • Committer: Jamal Fanaian
  • Date: 2009-07-15 03:09:07 UTC
  • Revision ID: jfanaian@gmail.com-20090715030907-tzh8ihq3rcexx6ad
initial project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<style>
 
2
 
 
3
    a:link,
 
4
    a:visited
 
5
    {
 
6
        color: #0398CA;
 
7
    }
 
8
 
 
9
    span#zf-name
 
10
    {
 
11
        color: #91BE3F;
 
12
    }
 
13
 
 
14
    div#welcome
 
15
    {
 
16
        color: #FFFFFF;
 
17
        background-image: url(http://framework.zend.com/images/bkg_header.jpg);
 
18
        width:  600px;
 
19
        height: 400px;
 
20
        border: 2px solid #444444;
 
21
        overflow: hidden;
 
22
    }
 
23
 
 
24
    div#more-information
 
25
    {
 
26
        background-image: url(http://framework.zend.com/images/bkg_body-bottom.gif);
 
27
        height: 100%;
 
28
    }
 
29
 
 
30
</style>
 
31
<center>
 
32
    <div id="welcome">
 
33
        <br />
 
34
        <h1>Welcome to the <span id="zf-name">Zend Framework!</span></h1>
 
35
        <h3>This is your project's main page</h3><br /><br />
 
36
        <div id="more-information">
 
37
            <br />
 
38
            <img src="http://framework.zend.com/images/PoweredBy_ZF_4LightBG.png" /><br /><br />
 
39
            Helpful Links: <br />
 
40
            <a href="http://framework.zend.com/">Zend Framework Website</a> |
 
41
            <a href="http://framework.zend.com/manual/en/">Zend Framework Manual</a>
 
42
        </div>
 
43
    </div>
 
44
</center>
 
 
b'\\ No newline at end of file'