Changeset 7716 for trunk


Ignore:
Timestamp:
Apr 12, 2010, 11:54:11 AM (15 years ago)
Author:
janveeden
Message:

Placed node_info in seperate php file "inc/node_info.php" in prepartion for gebruiker/beheerder views.

Location:
trunk/src/map
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/index.php

    r7715 r7716  
    2424                <!-- Top information space -->
    2525                <div id="infotop">
    26                         <div id="nodeinfo">
    27                         <h1>Nodenaam</h1>
    28                         <h2>
    29                         Locatie: Oude Adeweg Leiderdorp <br/>
    30                         Meer info: <br/>
    31                         >>>>>>: <br/>
    32                         >>>>>>: <br/>
    33                         >>>>>>: <br/>
    34                         >>>>>>: <br/>
    35                         </h2>
    36                         </div>
    37                         <div id="timestamp">
    38                         Laatste update: 15:42 <br/>
    39                         Do 25 maart
    40                         </div>
     26                        <!-- Calling on the node information from an extarnal php file. inc/node_info.php -->
     27                        <?php include("inc/node_info.php") ?>
    4128                </div>         
    4229
     
    6350                        </div>
    6451                </div>
     52                <!-- The buttons under the searchframe. In a table for positioning. -->
    6553                <div id="userpick">
    6654                <table>
Note: See TracChangeset for help on using the changeset viewer.