?? test_pgp.tpl
字號:
{* $Id: test_pgp.tpl,v 1.5 2004/05/26 06:21:05 mclap Exp $ *}{include file="page_title.tpl" title=$lng.lbl_test_data_encryption_title}{$lng.txt_test_data_encryption_top_text}<BR><BR>{capture name=dialog}<TABLE><FORM action="test_pgp.php" method="POST"><TR valign="top"><TD>{$lng.lbl_text_to_encrypt}:</TD><TD><TEXTAREA name="source_data" cols="60" rows="10">{$source_data|escape}</TEXTAREA></TD</TR><TR><TD>{$lng.lbl_send_encrypted_data_to_email}</TD><TD><INPUT type="text" name="test_email" value="{$test_email}"></TD></TR><TR><TD>{$lng.lbl_show_GPG_PGP_errors}</TD><TD><INPUT type="checkbox" name="show_errors" value="1"{if $show_errors} checked{/if}></TD></TR><TR><TD colspan="2"> </TD></TR><TR><TD> </TD><TD><INPUT type="submit" value="{$lng.lbl_submit}"></TD></TR></FORM></TABLE>{/capture}{include file="dialog.tpl" title=$lng.lbl_test_PGP_GPG content=$smarty.capture.dialog extra="width=100%"}{if $source_data ne ""}<BR><BR>{capture name=dialog}<PRE>{$result_data|escape}</PRE>{/capture}{include file="dialog.tpl" title=$lng.lbl_encrypted_data content=$smarty.capture.dialog extra="width=100%"}{if $show_errors}<BR><BR>{capture name=dialog}<PRE>{$error_output|escape}</PRE>{/capture}{include file="dialog.tpl" title=$lng.lbl_GPG_PGP_errors content=$smarty.capture.dialog extra="width=100%"}{/if}{/if}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -