File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22< html >
33 < head >
4- < link rel ="stylesheet " type ="text/css " href ="_file/style.css " />
5- < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8; " />
4+ < link rel ="stylesheet " type ="text/css " href ="@@file/style.css " />
65 < tal:block tal:condition ="python:request.form.has_key('property') ">
76 < title tal:content ="string:${request/form/property/value} help "> Property</ title >
87 < script language ="Javascript " type ="text/javascript "
98 tal:content ="structure string:
109 // this is the name of the field in the original form that we're working on
1110 field = '${request/form/property/value}'; " >
1211 </ script >
13- < script src ="_file /help_controls.js " type ="text/javascript "> <!--
12+ < script src ="@@file /help_controls.js " type ="text/javascript "> <!--
1413 //--> </ script >
1514 </ tal:block >
1615 </ head >
You can’t perform that action at this time.
0 commit comments