Opened 15 years ago

#813 new Enhancement

BOINC Project Website - validation fixes and near-future plans

Reported by: Simek Owned by: davea
Priority: Minor Milestone:
Component: Web - Project Version:
Keywords: patch Cc:

Description

Description

Ok... I reviewed many pages, but many more left to review.

I prepared patch for those files. My changes should make more pages HTML 4.01 Valid.

I want to notice that my patch needs unfortunately testing, because I don't have my own BOINC test website.


Unsoved problem:

edit_forum_preferences_form.php

Originally <form> started in <table> but it's not valid. After move <form> outside <table> we have now whole <table> inside, but originally <form> close tag is inside <table> so it's invalid again. I move <form> close tag outside the <table>, but reset button need new special form. And here I have problem. Now <form>s are nested:

<form method=\"post\" action=\"edit_forum_preferences_action.php\" enctype=\"multipart/form-data\">
...
<form method=\"post\" action=\"edit_forum_preferences_action.php\">
...
</form>
...
</form> 

But they shouldn't. How to make this page valid? For now I don't have any idea, hope you will have some.


Future plans

  • complete validation check process
  • redesign Certification code ( now those pages are totally messed up - I want to create special page_head funcion and move all styles to CSS )
  • split white.css into main.css (which include all attributes without colors and images ) and color.css (white, black... etc. - so we only need to edit color.css to create another colorset)

Attachments (1)

BOINC_project_page_validation_fixes.patch (13.2 KB) - added by Simek 15 years ago.

Download all attachments as: .zip

Change History (1)

Changed 15 years ago by Simek

Note: See TracTickets for help on using tickets.