Example #1
0
<?php

include 'tools.php';
try {
    print TransformFamily("PersonList.xslt");
} catch (Exception $e) {
    ReportException($e);
}
Example #2
0
<?php

include 'tools.php';
try {
    if (isset($_REQUEST['edit']) && $_REQUEST['edit'] == 'true') {
        VerifyPassword();
        print TransformFamily("EditPerson.xslt");
    } else {
        CreateThumbnails();
        print TransformFamily("PersonPage.xslt");
    }
} catch (Exception $e) {
    ReportException($e);
}
<?php

include 'tools.php';
VerifyPassword();
print TransformFamily("EditPersonPics.xslt");
<?php

include 'tools.php';
VerifyPassword();
print TransformFamily("EditPersonFamily.xslt");