google-code-export / evision

Automatically exported from code.google.com/p/evision
0 stars 0 forks source link

Migrate .ASP to .HTML templates #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, we have around six older classic ASP 3.0 applications that we wrote 
for a previous CMS, and want to move them into Syntacts (Jaws). To do this, we 
need to convert those ASP files into HTML template files (similar to SMARTY, 
but without any PHP code in them, very clean and simple). 

  * Translate .ASP files into .HTML files
  * Update Gadget files "AdminHTML.php", "LayoutHTML.php", and "HTML.php" to call for .HTML template files

The Ads gadget has already been converted, so it is a great example to view how 
the .HTML template files and Gadget .PHP files should look.

In the .ASP files for the CustomPage gadget, there is 
"admin_CustomPage_A_form.asp" and "admin_CustomPage_A_form.html" which shows 
file conversion. View "syntacts-0.1.0-core/gadgets/CustomPage/AdminHTML.php" 
Line: 2196 to see the PHP method which replaces most of the ASP code in that 
file. 

Gadgets to be converted are:
  * Calendar
  * CustomPage
  * Forms
  * Maps
  * Properties
  * Store

Download files here:

  * Here is a .ZIP of all .ASP files ([http://evision.ucclouds.com/data/files/ASP.zip download])
  * Here is a distribution of all eVision files ([http://evision.ucclouds.com/data/files/syntacts-0.1.0-core.zip download])

Original issue reported on code.google.com by alan.val...@ucclouds.com on 28 May 2011 at 11:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucgroup.co on 8 Sep 2011 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucgroup.co on 8 Sep 2011 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucgroup.co on 13 Nov 2011 at 2:19

GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucgroup.co on 13 Nov 2011 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucgroup.co on 13 Nov 2011 at 2:29