I am trying to figure out the best way to create a completely custom view of a record. Essentially, I want to be able to provide a view that I can completely build around my table, with no menus or browse or list options (just the data, and I will style it one field at a time). I do want to be able to use the valuelists that are already being utilized (otherwise those fields won't be understood at all). My thought as to how a user would access each record would be that I would give them a list of URLs like mydomain.com/xata/index.php?-table=mytable&id=1; then it would take them straight to the record. The reason I am trying to do this is that I have users helping me collect and fix data, and then I have users that I want to only be able to see individual records (and in an easy, clean format).
I am sorry if this seems like a basic question to anybody, I'm just completely turned around with the templates and am not really sure where to go with this. Any guidance would be appreciated. Thanks so much...