725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
|
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
|
-
+
+
|
db_end_transaction(0);
return;
/* Jump here when unable to locate the document */
doc_not_found:
db_end_transaction(0);
if( isUV && P("name")==0 ){
return uvstat_page();
uvstat_page();
return;
}
cgi_set_status(404, "Not Found");
style_header("Not Found");
@ <p>Document %h(zOrigName) not found
if( fossil_strcmp(zCheckin,"ckout")!=0 ){
@ in %z(href("%R/tree?ci=%T",zCheckin))%h(zCheckin)</a>
}
|