ready for viewer dev
This commit is contained in:
1
SuperScriptViewer/DecoratorCore.py
Normal file
1
SuperScriptViewer/DecoratorCore.py
Normal file
@ -0,0 +1 @@
|
||||
|
1
SuperScriptViewer/ServerCore.py
Normal file
1
SuperScriptViewer/ServerCore.py
Normal file
@ -0,0 +1 @@
|
||||
|
1
SuperScriptViewer/SuperScriptViewer.py
Normal file
1
SuperScriptViewer/SuperScriptViewer.py
Normal file
@ -0,0 +1 @@
|
||||
print('Super Script View')
|
41
SuperScriptViewer/SuperScriptViewer.pyproj
Normal file
41
SuperScriptViewer/SuperScriptViewer.pyproj
Normal file
@ -0,0 +1,41 @@
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>6d751bf5-87d6-4123-94b3-34721938cf04</ProjectGuid>
|
||||
<ProjectHome>.</ProjectHome>
|
||||
<StartupFile>SuperScriptViewer.py</StartupFile>
|
||||
<SearchPath>
|
||||
</SearchPath>
|
||||
<WorkingDirectory>.</WorkingDirectory>
|
||||
<OutputPath>.</OutputPath>
|
||||
<Name>SuperScriptViewer</Name>
|
||||
<RootNamespace>SuperScriptViewer</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="DecoratorCore.py">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ServerCore.py">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="SuperScriptViewer.py" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
|
||||
<!-- Uncomment the CoreCompile target to enable the Build command in
|
||||
Visual Studio and specify your pre- and post-build commands in
|
||||
the BeforeBuild and AfterBuild targets below. -->
|
||||
<!--<Target Name="CoreCompile" />-->
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
</Project>
|
38
SuperScriptViewer/templates/index.html
Normal file
38
SuperScriptViewer/templates/index.html
Normal file
@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Script Hierarchy</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Script Hierarchy</h1>
|
||||
<p>Choose a script to read it.</p>
|
||||
<br />
|
||||
<br />
|
||||
<h2>MfObj</h2>
|
||||
<ol>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
</ol>
|
||||
<h2>MfObj</h2>
|
||||
<ol>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
</ol>
|
||||
<h2>MfObj</h2>
|
||||
<ol>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
<li><a href="">shit</a></li>
|
||||
</ol>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
47
SuperScriptViewer/templates/viewer.html
Normal file
47
SuperScriptViewer/templates/viewer.html
Normal file
@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="height: 100%; margin: 0; padding: 0;">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Script Viewer</title>
|
||||
</head>
|
||||
|
||||
<body style="display: flex; flex-flow: column; height: 100%; width: 100%; margin: 0; padding: 0;">
|
||||
<div style="display: flex; background: #cfcfcf; flex-flow: row; width: 100%; height: 50px;">
|
||||
<div style="display: flex; flex-flow: row; width: 100%; height: 100%; overflow: scroll;">
|
||||
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;"><a href=""><b>Script Hierarchy</b></a></p>
|
||||
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;">>></p>
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;"><a href="">Base BB 1</a></p>
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;">>></p>
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;"><a href="">Base BB 1</a></p>
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;">>></p>
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;"><a href="">Base BB 1</a></p>
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;">>></p>
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;"><a href="">Base BB 1</a></p>
|
||||
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;">>></p>
|
||||
<p style="margin: 0 5px 0 5px; padding: 0;"><b>Current BB</b></p>
|
||||
|
||||
</div>
|
||||
<div style="width: 100px;">
|
||||
<button style="width: 100px; height: 50px;">SAVE !!</button>
|
||||
</div>
|
||||
</div>
|
||||
<div style="background: #7f7f7f; width: 100%; height: 100%; overflow: scroll;">
|
||||
<svg version="1.1" width="1000px" height="500px">
|
||||
|
||||
</svg>
|
||||
<div style="position: absolute; height: 50px; width: 200px; top: 200px; left: 300px; background: #8f8f8f; border: 1px solid white;">
|
||||
<div style="position: absolute; height: 6px; width: 6px; top: 0; left: 20px; background: blue;"></div>
|
||||
<div style="position: absolute; height: 6px; width: 6px; top: 0; left: 35px; background: blue;"></div>
|
||||
<div style="position: absolute; height: 6px; width: 6px; bottom: 0; left: 20px; background: blue;"></div>
|
||||
<div style="position: absolute; height: 6px; width: 6px; top: 10px; left: 0; background: yellow;"></div>
|
||||
<div style="position: absolute; height: 6px; width: 6px; top: 10px; right: 0; background: yellow;"></div>
|
||||
<p style="position: absolute; top: 10px; left: 10px; margin: 0; padding: 0;">Get Cell</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user