/
MadDAD
/
alterplast
Обзор
Документация
Войти
/
MadDAD
/
alterplast
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
OpenConf_Scripts/CodeWorks/html/cwHelper.htm
173 строки
7 KB
trdm
24 мар 2017, 12:42
24 мар 2017, 12:42
988c847
Код
Авторство
О чём код?
<html> <!-- Copyright (c) 2005 OpenConf Community <http://openconf.itland.ru> Copyright (c) 2005 Alexander Kuntashov <kuntashov@yandex.ru> HTML-��������� ��������� �������� (������ cwHelper.js) ��� ������� ��� �������� ������� ���� ������� ������ (CodeIns.pl, CodeWorks.pm) $Id: cwHelper.htm,v 1.1 2005/07/27 13:20:29 a13x Exp $ ������: ��������� �������� aka a13x <kuntashov@yandex.ru> icq#338758861 --> <head><title>Code Works Helper</title> <link rel="stylesheet" type="text/css" href="./style.css" /> <script language="JavaScript"> var h = null; var ThisObj = null; function SetHandlers(handlers) { h = handlers; return baseFrame; } function onAddClick() { h.onAddClick(baseFrame) } function onDelClick() { h.onDelClick(baseFrame) } function onUpClick() { h.onUpClick(baseFrame) } function onDownClick() { h.onDownClick(baseFrame) } function onDlgSaveClick() { h.onDlgSaveClick(baseFrame) } function onDlgCancelClick() { h.onDlgCancelClick(baseFrame) } function onOpenProjectClick() { h.onOpenProjectClick() } function onSaveProjectClick() { h.onSaveProjectClick() } function onUnload() { h.onClose() } function editAction(ix) { h.editAction(ix) } </script> </head> <body onUnload="onUnload();"> <center> <div id="baseFrame"> <div id="fmMain"> <div id="mainMenu"> <input type="button" name="btnAdd" value="��������" onClick="onAddClick();" /> <input type="button" name="btnDel" value="�������" onClick="onDelClick();" /> <input type="button" name="btnUp" value="�����" onClick="onUpClick();" /> <input type="button" name="btnDown" value="����" onClick="onDownClick();" /> <input type="button" name="btnOpen" value="�������" onClick="onOpenProjectClick();" /> <input type="button" name="btnSave" value="���������" onClick="onSaveProjectClick();" /> </div> <div id="projectContainer"> <!-- ���� ����� ������������ ������ ���� �������� ���������� ���������� ������������� � ������ ������� ��������� �����������() �������� ��� � ��������� �����������() � �.�. --> </div> </div> <div id="fmDialog"> <div id="dlgBody"> <!-- ���� ����������� ����������� html-��� ������� --> </div> <div class="dlgFooter"> <input type="button" value=" OK " onClick="onDlgSaveClick();" /> <input type="button" value="������" onClick="onDlgCancelClick();" /> </div> </div> <div id="allDialogs"> <div id="dlgRemoveProc"> <h4>RemoveProc / ������� ������������</h4> <input type="hidden" name="type" value="RemoveProc" /> <input type="hidden" name="actionIndex" value="" /> ��� ������������:<br /> <input class="inp" type="text" name="p1" /><br /> <!-- ProcName--> <input type="checkbox" name="p2"/>������� ������ � ������������� <!-- WithComments --> </div> <div id="dlgInsertCode"> <h4>InsertCode / �������� ����������� ���</h4> <input type="hidden" name="type" value="InsertCode" /> <input type="hidden" name="actionIndex" value="" /> � ������������ (��� ������������, ���� �� ������, �� � ������):<br /> <input class="inp" type="text" name="p1" /><br /> <!-- ProcName --> ����������� ���:<br /> <textarea class="inp" name="p2" rows="9"></textarea> <!-- Code --> <input type="checkbox" name="p3" /> ��������� � ����� ������������� ���� <!-- AtEnd --> </div> <div id="dlgCreateProc"> <h4>CreateProc / ������� ������������</h4> <input type="hidden" name="actionIndex" value="" /> <input type="hidden" name="type" value="CreateProc" /> ��� ������������:<br /> <input class="inp" type="text" name="p1" /><br /> <!-- ProcName --> ��� ������������:<br /> <textarea class="inp" name="p2" rows="8"></textarea> <!-- ProcText --> �������� ����� �������������:<br /> <input class="inp" type="text" name="p3" /> <!-- BeforeProc --> </div> <div id="dlgInsertVarDecl"> <h4>InsertVarDecl / ������� ���������� ����������</h4> <input type="hidden" name="type" value="InsertVarDecl" /> <input type="hidden" name="actionIndex" value="" /> ��� ����������:<br /> <input class="inp" type="text" name="p3" /><br /> <!-- VarName --> �������� � ������������ � ������ (���� �� ������ - �� � ������):<br /> <input class="inp" type="text" name="p2" /><br /> <!-- ProcName --> ��� ������� ���������� (��� ����������� ������ <ObjectName>):<br /> <input class="inp" type="text" name="p1" /><br /> <!-- ObjName --> </div> <div id="dlgRemoveVarDecl"> <h4>RemoveVarDecl / ������� ���������� ����������</h4> <input type="hidden" name="type" value="RemoveVarDecl" /> <input type="hidden" name="actionIndex" value="" /> ��� ����������:<br /> <input class="inp" type="text" name="p3" /><br /> <!-- VarName --> ������� �� ������������ � ������ (���� �� ������ - �� �� ������):<br /> <input class="inp" type="text" name="p2" /><br /> <!-- ProcName --> ��� ������� ���������� (��� ����������� ������ <ObjectName>):<br /> <input class="inp" type="text" name="p1" /><br /> <!-- ObjName --> </div> <div id="dlgRenameObject"> <h4>RenameObject / ������������� ����������� ������</h4> <input type="hidden" name="type" value="RenameObject" /> <input type="hidden" name="actionIndex" value="" /> ������ ���:<br /> <input class="inp" type="text" name="p3" /><br /> <!-- OldName --> ����� ���:<br /> <input class="inp" type="text" name="p4" /><br /> <!-- NewName --> � ������������ � ������ (���� �� ������ - �� �� ���� ������):<br /> <input class="inp" type="text" name="p2" /><br /> <!-- ProcName --> ��� ������� ���������� (��� ����������� ������ <ObjectName>):<br /> <input class="inp" type="text" name="p1" /><br /> <!-- ObjName --> </div> <div id="dlgReplaceCode"> <h4>ReplaceCode / �������� ���</h4> <input type="hidden" name="type" value="ReplaceCode" /> <input type="hidden" name="actionIndex" value="" /> ������ ��� (regexp-������, ����������� ���������!):<br /> <input class="inp" type="text" name="p3" /><br /> <!-- OldCode --> ����� ���:<br /> <textarea class="inp" name="p4" rows="6"></textarea> <!-- NewCode --> � ������������ � ������ (���� �� ������ - �� �� ���� ������):<br /> <input class="inp" type="text" name="p2" /><br /> <!-- ProcName --> ��� ������� ���������� (��� ����������� ������ <ObjectName>):<br /> <input class="inp" type="text" name="p1" /><br /> <!-- ObjName --> </div> </div> </div> </center> </body> </html>