svnno****@sourc*****
svnno****@sourc*****
2007年 10月 22日 (月) 18:20:08 JST
Revision: 649 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=649 Author: shinsuke Date: 2007-10-22 18:20:08 +0900 (Mon, 22 Oct 2007) Log Message: ----------- added html files for property editor. Added Paths: ----------- pal-admin/trunk/src/main/webapp/view/site/layoutPropertyEditor.html pal-admin/trunk/src/main/webapp/view/site/portletPropertyEditor.html -------------- next part -------------- Added: pal-admin/trunk/src/main/webapp/view/site/layoutPropertyEditor.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/site/layoutPropertyEditor.html 2007-10-22 07:54:12 UTC (rev 648) +++ pal-admin/trunk/src/main/webapp/view/site/layoutPropertyEditor.html 2007-10-22 09:20:08 UTC (rev 649) @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:te="http://www.seasar.org/teeda/extension"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <link rel="stylesheet" type="text/css" href="../../css/global.css" /> + </head> + <body> + <form id="layoutPropertyEditorForm"> + <input id="path" type="hidden"/> + <input id="returnPath" type="hidden"/> +<!-- tree: BEGIN --> + <div style="width: 28%;height: 400px;float: left;border: 1px solid #666666;overflow: auto;"> + <div id="nodeItems"> + <div id="isFolder" style="white-space: nowrap;"> + <a id="jumpFolderInfoEditor" href="folderInfoEditor.html?mode=c&path=a&returnPath=b" style=""> + <img id="folderIcon" src="" border="0" style="vertical-align:middle;" /> + <span id="name-folder">Name</span> + </a> + </div> + <div id="isPage" style="white-space: nowrap;"> + <a id="jumpPageInfoEditor" href="pageInfoEditor.html?mode=c&path=a&returnPath=b" style=""> + <img id="pageIcon" src="" border="0" style="vertical-align:middle;" /> + <span id="name-page">Name</span> + </a> + </div> + <div id="isPageLayout" style="white-space: nowrap;"> + <a id="jumpLayoutInfoEditor" href="layoutInfoEditor.html?mode=c&path=a&returnPath=b" style=""> + <img id="layoutIcon" src="" border="0" style="vertical-align:middle;" /> + <span id="name-layout">Name</span> + </a> + </div> + <div id="isPortlet" style="white-space: nowrap;"> + <a id="jumpPortletInfoEditor" href="portletInfoEditor.html?mode=c&path=a&returnPath=b" style=""> + <img id="portletIcon" src="" border="0" style="vertical-align:middle;" /> + <span id="name-portlet">Name</span> + </a> + </div> + </div> + </div> +<!-- tree: END --> +<!-- content: BEGIN --> + <div style="width: 70%;float: left;padding: 5px;margin: 0px;"> + <div style="height: 20px;margin-bottom: 5px;padding: 2px;border: 1px dotted black;"> + <div style="float: left;"> + <label id="pathLabel">Path:</label> + <span id="currentPath">/path/path</span> + </div> + <div style="float: right;width:50px;text-align: right;"> + <a id="returnPathLink" href="" style="text-decoration: none;"><span id="finishLabel">Finish</span></a> + </div> + </div> + <div style="clear: both;padding: 0px 0px 3px 10px; margin:10px 0px 5px 0px;border-bottom:1px solid #000000;"> + <a id="jumpLayoutInfoEditor-tab" href="layoutInfoEditor.html?mode=c&path=a&returnPath=b" style="text-decoration: none;"> + <span id="infoTabLabel" style="font-weight: bold;color:#ffffff;background-color:#999999;border:1px solid #000000; padding: 3px 5px 3px 5px; margin: 0px 0px;">Information</span> + </a> + <a id="jumpLayoutAddPortletEditor-tab" href="layoutAddPortletEditor.html?mode=c&path=a&returnPath=b" style="text-decoration: none;"> + <span id="addTabLabel" style="font-weight: bold;color:#ffffff;background-color:#999999;border:1px solid #000000; padding: 3px 5px 3px 5px; margin: 0px 0px;">Add</span> + </a> + <label id="propertyTabLabel" style="border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #ffffff;border-left:1px solid #000000;padding: 3px 5px 3px 5px; margin: 0px 0px;">Property</label> + <a id="jumpLayoutPreferenceEditor-tab" href="layoutPreferenceEditor.html?mode=c&path=a&returnPath=b" style="text-decoration: none;"> + <span id="preferenceTabLabel" style="font-weight: bold;color:#ffffff;background-color:#999999;border:1px solid #000000; padding: 3px 5px 3px 5px; margin: 0px 0px;">Preference</span> + </a> + </div> + <div> + <span id="allMessages" te:fatalClass="portlet-msg-error" te:errorClass="portlet-msg-error" te:warnClass="portlet-msg-alert" te:infoClass="portlet-msg-info"></span> + </div> + <div> + <table> + <thead> + <tr> + <td style="width: 80px;"><label id="nameLabel"></label></td> + <td style="width: 300px;"><label id="valueLabel"></label></td> + <td style="width: 100px;"><label id="actionLabel"></label></td> + </tr> + </thead> + <tbody id="propertyItems"> + <tr> + <td><span id="propertyName">N</span></td> + <td><span id="propertyValue">V</span></td> + <td> + <div id="isEditable-delete"> + <a id="goPagePropertyEditor-delete" href="layoutPropertyEditor.html?mode=c&path=a&returnPath=b&propertyName=c&fixed_action=delete"> + <span id="deleteLabel">Delete</span> + </a> + </div> + </td> + </tr> + </tbody> + </table> + + <br/> + + <div style="clear:both;"> + <div style="width:120px;float: left;"><label id="newPropertyNameLabel" for="newPropertyName">Name:</label></div> + <input id="newPropertyName" type="text" size="30"/> + </div> + <div style="clear:both;"> + <div style="width:120px;float: left;"><label id="newPropertyValueLabel" for="newPropertyValue">Value:</label></div> + <input id="newPropertyValue" type="text" size="30"/> + </div> + <div id="isEditable-update" style="margin-top: 20px;text-align: center;"> + <input id="doAdd" type="button" value="Add"/> + </div> + </div> + </div> + <br style="clear: both;" /> +<!-- content: END --> + </form> + </body> +</html> Property changes on: pal-admin/trunk/src/main/webapp/view/site/layoutPropertyEditor.html ___________________________________________________________________ Name: svn:eol-style + native Added: pal-admin/trunk/src/main/webapp/view/site/portletPropertyEditor.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/site/portletPropertyEditor.html 2007-10-22 07:54:12 UTC (rev 648) +++ pal-admin/trunk/src/main/webapp/view/site/portletPropertyEditor.html 2007-10-22 09:20:08 UTC (rev 649) @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:te="http://www.seasar.org/teeda/extension"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <link rel="stylesheet" type="text/css" href="../../css/global.css" /> + </head> + <body> + <form id="portletPropertyEditorForm"> + <input id="path" type="hidden"/> + <input id="returnPath" type="hidden"/> +<!-- tree: BEGIN --> + <div style="width: 28%;height: 400px;float: left;border: 1px solid #666666;overflow: auto;"> + <div id="nodeItems"> + <div id="isFolder" style="white-space: nowrap;"> + <a id="jumpFolderInfoEditor" href="folderInfoEditor.html?mode=c&path=a&returnPath=b" style=""> + <img id="folderIcon" src="" border="0" style="vertical-align:middle;" /> + <span id="name-folder">Name</span> + </a> + </div> + <div id="isPage" style="white-space: nowrap;"> + <a id="jumpPageInfoEditor" href="pageInfoEditor.html?mode=c&path=a&returnPath=b" style=""> + <img id="pageIcon" src="" border="0" style="vertical-align:middle;" /> + <span id="name-page">Name</span> + </a> + </div> + <div id="isPageLayout" style="white-space: nowrap;"> + <a id="jumpLayoutInfoEditor" href="layoutInfoEditor.html?mode=c&path=a&returnPath=b" style=""> + <img id="layoutIcon" src="" border="0" style="vertical-align:middle;" /> + <span id="name-layout">Name</span> + </a> + </div> + <div id="isPortlet" style="white-space: nowrap;"> + <a id="jumpPortletInfoEditor" href="portletInfoEditor.html?mode=c&path=a&returnPath=b" style=""> + <img id="portletIcon" src="" border="0" style="vertical-align:middle;" /> + <span id="name-portlet">Name</span> + </a> + </div> + </div> + </div> +<!-- tree: END --> +<!-- content: BEGIN --> + <div style="width: 70%;float: left;padding: 5px;margin: 0px;"> + <div style="height: 20px;margin-bottom: 5px;padding: 2px;border: 1px dotted black;"> + <div style="float: left;"> + <label id="pathLabel">Path:</label> + <span id="currentPath">/path/path</span> + </div> + <div style="float: right;width:50px;text-align: right;"> + <a id="returnPathLink" href="" style="text-decoration: none;"><span id="finishLabel">Finish</span></a> + </div> + </div> + <div style="clear: both;padding: 0px 0px 3px 10px; margin:10px 0px 5px 0px;border-bottom:1px solid #000000;"> + <a id="jumpPortletInfoEditor-tab" href="portletInfoEditor.html?mode=c&path=a&returnPath=b" style="text-decoration: none;"> + <span id="infoTabLabel" style="font-weight: bold;color:#ffffff;background-color:#999999;border:1px solid #000000; padding: 3px 5px 3px 5px; margin: 0px 0px;">Information</span> + </a> + <label id="propertyTabLabel" style="border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #ffffff;border-left:1px solid #000000;padding: 3px 5px 3px 5px; margin: 0px 0px;">Property</label> + <a id="jumpPortletPreferenceEditor-tab" href="portletPreferenceEditor.html?mode=c&path=a&returnPath=b" style="text-decoration: none;"> + <span id="preferenceTabLabel" style="font-weight: bold;color:#ffffff;background-color:#999999;border:1px solid #000000; padding: 3px 5px 3px 5px; margin: 0px 0px;">Preference</span> + </a> + </div> + <div> + <span id="allMessages" te:fatalClass="portlet-msg-error" te:errorClass="portlet-msg-error" te:warnClass="portlet-msg-alert" te:infoClass="portlet-msg-info"></span> + </div> + <div> + <table> + <thead> + <tr> + <td style="width: 80px;"><label id="nameLabel"></label></td> + <td style="width: 300px;"><label id="valueLabel"></label></td> + <td style="width: 100px;"><label id="actionLabel"></label></td> + </tr> + </thead> + <tbody id="propertyItems"> + <tr> + <td><span id="propertyName">N</span></td> + <td><span id="propertyValue">V</span></td> + <td> + <div id="isEditable-delete"> + <a id="goPagePropertyEditor-delete" href="portletPropertyEditor.html?mode=c&path=a&returnPath=b&propertyName=c&fixed_action=delete"> + <span id="deleteLabel">Delete</span> + </a> + </div> + </td> + </tr> + </tbody> + </table> + + <br/> + + <div style="clear:both;"> + <div style="width:120px;float: left;"><label id="newPropertyNameLabel" for="newPropertyName">Name:</label></div> + <input id="newPropertyName" type="text" size="30"/> + </div> + <div style="clear:both;"> + <div style="width:120px;float: left;"><label id="newPropertyValueLabel" for="newPropertyValue">Value:</label></div> + <input id="newPropertyValue" type="text" size="30"/> + </div> + <div id="isEditable-update" style="margin-top: 20px;text-align: center;"> + <input id="doAdd" type="button" value="Add"/> + </div> + </div> + </div> + <br style="clear: both;" /> +<!-- content: END --> + </form> + </body> +</html> Property changes on: pal-admin/trunk/src/main/webapp/view/site/portletPropertyEditor.html ___________________________________________________________________ Name: svn:eol-style + native