/lenasys/0.1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/0.1

« back to all changes in this revision

Viewing changes to trunk/DuggaSys/quizSystem/menu.php

  • Committer: Daniel Johansson
  • Date: 2013-03-28 14:01:33 UTC
  • mto: (4.7.5 GammaBear)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: maila@danieljohansson.nu-20130328140133-j2mugl3t6x25bxjc
Uppdaterat DuggaSys till att följa kodstandard utseendemässigt. Namnkonventioner kvar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<form name="aboutPageMenuLink" action="." method="post">
2
2
        <input type="hidden" name="aboutPageLink" /> 
3
 
        <a href="#" onclick="document['aboutPageMenuLink'].submit();return false;" <?php if (isset($_POST['aboutPageLink']) )
 
3
        <a href="#" onclick="document['aboutPageMenuLink'].submit();return false;" <?php if (isset($_POST['aboutPageLink']))
4
4
    echo 'class="currentLink"' ?>>About</a>
5
5
</form>
6
6
<form name="dataMenuLink" action="." method="post">
7
7
    <input type="hidden" name="dataLink" /> 
8
 
    <a href="#" onclick="document['dataMenuLink'].submit();return false;" <?php if (isset($_POST['dataLink']) )
 
8
    <a href="#" onclick="document['dataMenuLink'].submit();return false;" <?php if (isset($_POST['dataLink']))
9
9
    echo 'class="currentLink"' ?>>Database dump</a>
10
10
</form>
11
11
<form name="registerStudentsMenuLink" action="." method="post">