1 <form method=
"post" action=
"module.php" id=
"form">
3 <input type=
"hidden" name=
"sesskey" value=
"<?php echo $USER->sesskey ?>" />
5 <table cellpadding
="9" cellspacing
="0">
8 <td
> <input name
="lams_serverurl" type
="text" size
="50" value
="<?php if (isset($CFG->lams_serverurl)) p($CFG->lams_serverurl) ?>" /></td
>
10 <?php
print_string('serverurl', 'lams') ?>
15 <td> <input name=
"lams_serverid" type=
"text" size=
"50" value=
"<?php if (isset($CFG->lams_serverid)) p($CFG->lams_serverid) ?>" /> </td
>
17 <?php
print_string('serverid', 'lams') ?>
22 <td> <input name=
"lams_serverkey" type=
"text" size=
"50" value=
"<?php if (isset($CFG->lams_serverkey)) p($CFG->lams_serverkey) ?>" /> </td
>
24 <?php
print_string('serverkey', 'lams') ?>
30 <input type=
"submit" value=
"<?php print_string("savechanges
") ?>" /></td
>