Exemple #1
0
</tr>
<tr>
<td class="td1 right">Sentence<br />Term in {...}:</td>
<td class="td1"><textarea <?php 
    echo $scrdir;
    ?>
 name="WoSentence" class="textarea-noreturn checklength" data_maxlength="1000" data_info="Sentence" cols="35" rows="3"><?php 
    echo tohtml($sentence);
    ?>
</textarea></td>
</tr>
<tr>
<td class="td1 right">Status:</td>
<td class="td1">
<?php 
    echo get_wordstatus_radiooptions($status);
    ?>
</td>
</tr>
<tr>
<td class="td1 right" colspan="2">
<?php 
    echo createDictLinksInEditWin($lang, $term, 'document.forms[0].WoSentence', 1);
    ?>
&nbsp; &nbsp; &nbsp; 
<input type="submit" name="op" value="Change" /></td>
</tr>
</table>
</form>
<div id="exsent"><span class="click" onclick="do_ajax_show_sentences(<?php 
    echo $lang;
Exemple #2
0
		</tr>
		<tr>
		<td class="td1 right">Sentence<br />Term in {...}:</td>
		<td class="td1"><textarea <?php 
        echo $scrdir;
        ?>
 class="textarea-noreturn checklength" data_maxlength="1000" data_info="Sentence" name="WoSentence" cols="40" rows="3"><?php 
        echo tohtml(repl_tab_nl($record['WoSentence']));
        ?>
</textarea></td>
		</tr>
		<tr>
		<td class="td1 right">Status:</td>
		<td class="td1">
		<?php 
        echo get_wordstatus_radiooptions($record['WoStatus']);
        ?>
		</td>
		</tr>
		<tr>
		<td class="td1 right" colspan="2">  &nbsp;
		<?php 
        echo createDictLinksInEditWin2($record['WoLgID'], 'document.forms[\'editword\'].WoSentence', 'document.forms[\'editword\'].WoText');
        ?>
		&nbsp; &nbsp;
		<input type="button" value="Cancel" onclick="{resetDirty(); location.href='edit_words.php#rec<?php 
        echo $_REQUEST['chg'];
        ?>
';}" /> 
		<input type="submit" name="op" value="Change" /></td>
		</tr>
Exemple #3
0
	<tr>
	<td class="td1 right">Romaniz.:</td>
	<td class="td1"><input type="text" name="WoRomanization" value="" maxlength="100" size="40" /></td>
	</tr>
	<tr>
	<td class="td1 right">Sentence<br />Term in {...}:</td>
	<td class="td1"><textarea <?php 
    echo $scrdir;
    ?>
 name="WoSentence" cols="40" rows="3" class="textarea-noreturn checklength" data_maxlength="1000" data_info="Sentence"></textarea></td>
	</tr>
	<tr>
	<td class="td1 right">Status:</td>
	<td class="td1">
	<?php 
    echo get_wordstatus_radiooptions(1);
    ?>
	</td>
	</tr>
	<tr>
	<td class="td1 right" colspan="2">  &nbsp;
	<?php 
    echo createDictLinksInEditWin3($lang, 'document.forms[\'newword\'].WoSentence', 'document.forms[\'newword\'].WoText');
    ?>
	&nbsp; &nbsp;
	<input type="submit" name="op" value="Save" /></td>
	</tr>
	</table>
	</form>

<?php